JAMS Developer Guide
RestoreData<T>(Guid) Method


MVPSI.JAMS Namespace > Entry Class > RestoreData Method : RestoreData<T>(Guid) Method
A guid that identifies the object to restore.
Restores a serialized object from the database.
Syntax
'Declaration
 
Public Overloads Function RestoreData(Of T)( _
   ByVal objectId As System.Guid _
) As T
'Usage
 
Dim instance As Entry
Dim objectId As System.Guid
Dim value As T
 
value = instance.RestoreData(Of T)(objectId)
public T RestoreData<T>( 
   System.Guid objectId
)

Parameters

objectId
A guid that identifies the object to restore.

Type Parameters

T

Return Value

The restored object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Entry Class
Entry Members
Overload List